home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Hierarchy.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  2KB  |  59 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Hierarchy" oor:package="org.openoffice.ucb" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains components and templates used by UCB's Hierarchy Content Provider (HCP). </desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="Entry">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Specifies an entry of the hierarchy. There are two types of entries: folders and links. Folders are containers for other hierarchy elements. Links are pointers to any other resource. </desc>
  16.             </info>
  17.             <prop oor:name="Title" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies the title of an entry of the hierarchy.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="TargetURL" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Specifies the target URL of the entry of the hierarchy.</desc>
  29.                 </info>
  30.             </prop>
  31.             <prop oor:name="Type" oor:type="xs:int">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>Specifies the type of the hierarchy entry. Currently supported: Link (0) and Folder (1).</desc>
  36.                 </info>
  37.             </prop>
  38.             <set oor:name="Children" oor:node-type="Entry">
  39.  
  40.                 <info>
  41.  
  42.                     <desc>Specifies the children (other hierarchy entries) of the item.</desc>
  43.                 </info>
  44.             </set>
  45.         </group>
  46.     </templates>
  47.     <component>
  48.  
  49.         <set oor:name="Root" oor:node-type="Entry">
  50.  
  51.             <info>
  52.  
  53.                 <desc>Contains a set of top-level entries of the hierarchy.</desc>
  54.             </info>
  55.         </set>
  56.     </component>
  57. </oor:component-schema>
  58.  
  59.